Skip to content

DOC: Remove references to bfill, ffill, pad, and backfill in limit_direction #57720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 5, 2024

Conversation

sjalkote
Copy link
Contributor

@sjalkote sjalkote commented Mar 4, 2024

Picked up issue #57092. This removes references to bfill, ffill, pad, backfill from limit_direction as they aren't supported. Also references bfill and ffill in the "See Also" section. Up to date with latest commit.

@mroeschke mroeschke added the Docs label Mar 5, 2024
@sjalkote sjalkote requested a review from mroeschke March 5, 2024 00:49
@mroeschke mroeschke added this to the 3.0 milestone Mar 5, 2024
@mroeschke mroeschke merged commit 89b286a into pandas-dev:main Mar 5, 2024
@mroeschke
Copy link
Member

Thanks @TechnoShip123

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…`limit_direction` (pandas-dev#57720)

* Remove references to `bfill`, `ffill`, `pad`, `backfill` from `limit_direction`

* Add `bfill` and `ffill` to the "See Also" section

* Add `bfill` and `ffill` to the "See Also" section

Co-authored-by: Matthew Roeschke <[email protected]>

---------

Co-authored-by: Matthew Roeschke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Series.interpolate and DataFrame.Interpolate refer to methods that are no longer there.
2 participants